home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.19950528-19950726
/
000018_news@columbia.edu_Wed May 31 20:46:15 1995.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA01869
(5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 1 Jun 1995 00:02:11 -0400
Received: by apakabar.cc.columbia.edu id AA18375
(5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 1 Jun 1995 00:02:10 -0400
Newsgroups: comp.protocols.kermit.misc
Path: news.columbia.edu!panix!news.mathworks.com!news.kei.com!simtel!noc.netcom.net!netcom.com!helios
From: helios@netcom.com (Thomas David Nichols)
Subject: MSK 3.14 and Windows - Success!
Message-Id: <heliosD9Gn13.H1K@netcom.com>
Organization: Heliotrope Quality Systems
X-Newsreader: TIN [version 1.2 PL2]
Date: Wed, 31 May 1995 20:46:15 GMT
Lines: 25
Sender: helios@netcom14.netcom.com
Apparently-To: kermit.misc@watsun.cc.columbia.edu
The problem was this:
After a Windows program (CompuServe Information Manager for Windows
in my case) uses a COM port, Windows does not allow MS-Kermit 3.14
to test the port for UART characteristics on the first attempt. A
second attempt succeeds if enough time has passed. I had found a
way to test for the error in my MSCUSTOM.INI script, but I had not
been able to correct the error under script control.
Here is the MSCUSTOM.INI segment that finally succeeded. Among the
errors in my previous attempts, I had tried to continue the
"echo" line, which resulted in the next command's being ignored.
I have not yet tried shorter sleep periods, but two seconds is not
bad if it works!
set com4 \x2e8 3
set port 4 ; Change if desired. If COM3 or 4, read KERMIT.BWR.
if equal \v(port) Bios4 -
echo {Trying "set port 4" again}
if equal \v(port) Bios4 -
sleep 2, set port 4
if equal \v(port) Bios4 -
fatal {Try repeating TAKE MSCUSTOM.INI}
--
David Nichols <helios@netcom.com> Heliotrope Quality Systems